@charset "gb2312";
/* CSS Document */
/* 通用 */
body{
	margin:0px;
	padding:0px;
	font-size: 12px;
	font-family: "宋体";
	color: #000000;
	position: relative;
}
div,p,h1,ul,li,input,h2,h3{ margin:0px;
padding:0px;
}
li{
	list-style-type: none;
}
img{ border:0px;
}
a {
	color:#2B71AB;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.box {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	height: 100%;
	width: 1003px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* 头部 */


.header {
	width: 1003px;
	height: 87px;
}
.logo {
	height: 87px;
	width: 393px;
	float: left;
}
.logo a {
	display: block;
	height: 87px;
	width: 393px;
}
.banner {
	height: 100%;
	width: 950px;
	background-image: url(../images/banner1.gif);
	background-repeat: no-repeat;
	float: left;
}
.banner ul {
	padding-top: 15px;
	margin-left: 476px;
}
.banner li {
	float: left;
	list-style-type: none;
	margin-right: 2px;
	margin-left: 2px;
}


/* 导航 */
.menu{
	width:950px;
	height:32px;
	background-image: url(../images/banner_bg.gif);
	background-repeat: repeat-x;
}

.menu11 {
	height: 32px;
	width: 950px;
}

.menu11 li{
	float:left;
	padding-left:8px;
	padding-right:35px;
	text-align:center;
	list-style-type: none;
	list-style:none;
	list-style-image:none;
	line-height: 32px;
	font-family: "微软雅黑";
	font-size:13px;
	color: #000000;
}

.menu11 li a,
.menu11 li a:link,
.menu11 li a:active,
.menu11 li a:visited{
	color:#ffffff;
	text-decoration: none;
}
.menu11 a:hover{
	color:#E28210;
	text-decoration:underline;
}
.menufg{
	width:1px;
	height:32px;
	background-image: url(../images/banner_sp.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;

}

/* 广告条 */

.banner1 {
	height: 256px;
	width: 1003px;

}



/* 副导航 */
.nav12 {
	width: 950px;
	line-height:25px;
	padding-top: 5px;
	padding-left: 0px;
	float: left;
	/*background-color: #034194;*/
	background-color: #ffffff;
	margin-top: 10px;
}


.nav12 li {
	float: left;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 0px;
	color: #000000;
	white-space:nowrap;
}

.nav12 a,
.nav12 a:link,
.nav12 a:active,
.nav12 a:visited{
	color:#000000;
}
.nav12 a:hover{
	color:#000000;
	text-decoration:underline;
}

.nav13 {
	width: 950px;
	line-height:30px;
	padding-top: 0px;
	padding-left: 0px;
	float: left;
	/*background-color: #034194;*/
	background-color: #ffffff;
	margin-top: 0px;
}


.nav13 li {
	float: left;
	width:80px;
	height:30px;
	text-align:center;
	list-style-type: none;
	padding-right: 15px;
	padding-left: 0px;
	color: #000000;
	white-space:nowrap;
}
.nav13 li img{border:0px;}
.nav123 {
	width: 950px;
	height:5px;
	float: left;
	/*background-color: #034194;*/
	background-color: #034194;
	margin-top: 10px;
}
/* 页脚 */
.footer{
	height:80px;
	width:950px;
	color: #FFFFFF;
	clear: both;
	font-family:"宋体";
	font-size:12px;
	padding:0px;
}

.footer2{
	width:815px;
	float:left;;
	line-height:22px;
	color: #000000;
}
.footer2 a{
	padding:0px 5px;
	color: #000000;
}
.footer3{
	width:135px;
	float:right;
	text-align:right;
	color: #000000;
}
.clearfloat {
	clear:both;
	height:5px;
    font-size:1px;
    line-height:0px;
}

